Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RecentItemsEventArgs<T> Class
Members


In This Topic
    RecentItemsEventArgs<T> Class
    In This Topic
    Provides data for querying recent items event.
    Syntax
    'Declaration
     
    
    Public Class RecentItemsEventArgs(Of T) 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As RecentItemsEventArgs(Of T)
    public class RecentItemsEventArgs<T> : System.EventArgs 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.RecentItemsEventArgs<T>

    See Also